home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / netmac.sea / Docs / smtp.doc < prev   
Text File  |  1988-11-27  |  1KB  |  40 lines

  1.  
  2. Rules for SMTP to MailBox message transfer.
  3.  
  4. The directory  "spool:mqueue:"  is searched for files with extension WRK.  Each WRK file contains information used to construct the MailBox message header.  For each WRK file, there is an associaated TXT file which contains the message text.
  5.  
  6. The first record is the source of the message.  It's form is:
  7.  
  8. "From: "callsign["@"callsign]
  9.  
  10. The MailBox FROM field is taken from the first (or only) callsign.
  11.  
  12. The second record is the destination for the Message.  It's form 
  13. is:
  14.  
  15. "To: "tonode["%"atnode]"@"hostnode
  16.  
  17. tonode, atnode, and hostnode are truncated to six characters.
  18.  
  19. The MailBox TO field is taken from tonode.
  20. The MailBox AT field is taken from atnode, if it exists.
  21.  
  22. The MailBox message title is taken from the RFC-822 header in the 
  23. TXT file.
  24.  
  25. Rules for MailBox to SMTP message transfer.
  26.  
  27. For each message going to smtp, a WRK and TXT file are created in the directory "spool:mqueue:".  The TXT file contains an RFC-822 message header, and the message text.
  28.  
  29. The WRK file has 3 lines:
  30.  
  31. desig
  32. from"@"bbs
  33. fwdadr
  34.  
  35. desig    is taken from the first field of the FWD.MB entry.
  36. from    is taken from the message FROM field.
  37. bbs    is taken from the message AT field.
  38.     if the AT field is blank, the host callsign is used.
  39. fwdadr    is taken from the second field of the FWD.MB entry.
  40.